public int read() throws IOException
{
SWC_LOG.trace("read()");
return m_stream.read();
}
*/
public int read() throws IOException
{
if (SWC_LOG.isDebugEnabled()) {
SWC_LOG.debug("read()");
}
return m_stream.read();
}